Package-level declarations

Types

Link copied to clipboard
abstract class HeadConfig

Module configuration, enable and modify the behaviour of some features.

Link copied to clipboard
abstract class HeadModule

Main class to crate a Module for Hydra

Link copied to clipboard
abstract class HeadRepository

Module repository, it contains all the methods required for the Main app to get data from the Module, abstract functions infoPage and sourceData are required, all other functions are optional.